.navbar-nav li.nav-item a {
    font-weight: bolder;
    letter-spacing: 2px;

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}

.mb-5 {
    margin-bottom: 0rem !important;
}

.navbar-nav .btn svg path {
    fill: #FF8000;
}

#wrapper-navbar #mainbar .logo .navbar-brand img {
    z-index: 110;
    max-height: 117px;
    width: auto;
    margin-top: -35px;
    position: absolute;
}

.navbar, .navbar-nav:first-child {
    background: #273566;
}

.navbar, .navbar-expand-lg mb-5
{
    border-bottom-style: solid;
    border-width: 2.5px;
    border-color: #fff;
}


 .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px;
    border-radius: 0.25rem;
    color: #000;
}

/* Dropdown menu */
.dropdown-menu
{
    background-color: #fff;
}


.btn-primary {
    color: #fff;
    background-color: #ff5000;
    border-color: #ff5000;
}

.btn-primary:hover {
    color: #ff5000;
    background-color: #fff;
    border-color: #fff;
}


@media (max-width: 768px) {
    .video-background {
        background-size: cover;
        background-position: center;
        height: 80vh;
        padding: 0;
        max-height: 350px;
    }
}


h1 {
    color: white;
}

h3 {
    color: #661AFF;
}

.live-overview.py-5 {
    color: #fff; /* Zorgt ervoor dat de tekst ook wit is */
}

.Gf .asset-title,
.Gf .asset-description {
    color: #fff !important;
}

.Gf a.asset-title {
    color: #fff;
    text-decoration: none;
}

.Gf a.asset-title:hover {
    color: #fff;
    text-decoration: underline;
}

body {
    background: #273566
    /*linear-gradient(90deg, rgba(102,26,255,1) 0%, rgba(81,149,225,1) 38%)*/;
}

.text-muted {
    color: #ff5000 !important;
}

footer .card {
background: #273566;
color: #ffffff;
}

footer p {
    color: white;
}

#video_description {
    font-weight: 700;
    color: #fff;
}

.fw-bold {
    font-weight: 700 !important;
    color: #fff;
}

.intro-visual-bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 75%, #273566 100%);
    z-index: 0;
}

button.btn.rating.btn-success{
    display:none !important;
}

.video-chat, .video-player {
    background: var(--bg_color);
    backdrop-filter: blur(9px);
    min-height: 0px;
    border-radius: 5px;
    border: 1px solid var(--accent_color);
}

iframe {
    width: auto;
    height: 40vw;
}
